ComponentOne ASP.NET MVC Controls
Header Method (PivotFieldBaseBuilder<TControl,TBuilder>)

C1.Web.Mvc.Olap.Fluent Namespace > PivotFieldBaseBuilder<TControl,TBuilder> Class : Header Method
The value.
Configurates C1.Web.Mvc.Olap.PivotFieldBase.Header. Sets a string used to represent this field in the user interface.
Syntax
'Declaration
 
Public Function Header( _
   ByVal value As String _
) As TBuilder
public TBuilder Header( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
Remarks
If it is not specified, it uses the value of the Binding and make a conversion. The conversion rule is capitalizing the first letter and adding spaces before uppercase characters preceded by lower-case characters.
See Also

Reference

PivotFieldBaseBuilder<TControl,TBuilder> Class
PivotFieldBaseBuilder<TControl,TBuilder> Members